home *** CD-ROM | disk | FTP | other *** search
- /*______________________________________________________________________
-
- abou.h - About Window Manager Interface.
-
- Copyright © 1988, 1989, 1990 Northwestern University. Permission is
- granted to use this code in your own projects, provided you give credit
- to both John Norstad and Northwestern University in your about box or
- document.
- _____________________________________________________________________*/
-
- #ifndef __abou__
- #define __abou__
-
- extern Boolean abou_IsOpen (void);
- extern void abou_Open (void);
-
- #endif
-
-